Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix sketch_widget requiring a dependency on the whiskers-widgets crate #162

Merged
merged 1 commit into from
Dec 25, 2024

Conversation

abey79
Copy link
Owner

@abey79 abey79 commented Dec 25, 2024

Previously, #[sketch_widget] would use a reference to the whiskers-widgets crate, forcing client code to explicitly depend on said crate. This PR fixes this and cleans up the export. Now whiskers exports serde and egu and these export are exclusively referenced by macro code.

@abey79 abey79 added whiskers Relates to whiskers or whiskers-derive bug Something isn't working labels Dec 25, 2024
@abey79 abey79 merged commit 2877cf0 into master Dec 25, 2024
11 of 12 checks passed
@abey79 abey79 deleted the fix-whiskers-exports branch December 25, 2024 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working whiskers Relates to whiskers or whiskers-derive
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant